home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
mini Pentoo LiveCD 2006.1
/
mpentoo-2006.1.iso
/
livecd.squashfs
/
opt
/
pentoo
/
ExploitTree
/
application
/
telnet
/
dostelnetdWin.zip.txt
/
CODE.INC
next >
Wrap
Text File
|
1999-10-23
|
313b
|
12 lines
Write_Console Macro oText, oNum_of_Chars
PushA
PushF
Push 0 ; lpvReserved
Push offset cchWritten ; lpcchWritten
Push oNum_of_Chars ; cchToWrite
Push oText ; lpvBuffer
Push [ConHandle] ; hConsoleOutput
Call WriteConsoleA
PopF
PopA
EndM